CISCO PT Simulation Experiment (14) router configuration for OSPF dynamic routingExperimental Purpose :Mastering the configuration method of OSPF dynamic route selection protocolMastering the OSPF route description in the routing tableFamiliar with the principle and process
The OSPF protocol is very important for the use of Cisco routers. But how do I perform specific operations? The following article will give a detailed explanation.
OSPF protocol operation:
1. the ROUTER that declares OSPF sends a HELLO message from all interfaces that start
R5;
Enable
Config t
Hostname R5
Int s1/1
Ip add 192.168.56.1 255.255.255.0
No shutdown
Exit
Int s1/2
Ip add 192.168.57.1 255.255.255.0
No shutdown
Exit
Router ospf 100
Network 192.168.57.0 0.0.0.255 area 0
Network 192.168.56.0 0.0.0.255 area 0
End
R6:
Enable
Config t
Hostname R6
Int s1/0
Ip add 192.168.56.2 255.255.255.0
No shutdown
Exit
Int s1/2
Ip add 192.168.67.1 255.255.255.0
No shutdown
Exit
Query the OSPF link status database on the R1 Router
R1 # sh ip ospf database query the OSPF link status database
OSPF Router with ID (1.1.1.1) (Process ID 100)
The OSPF route ID descri
OSPF neighbor Table query on the R1 Router
R1 # sh ip ospf neighbor command for querying OSPF neighbor table
Neighbor ID Pri State Dead Time Address Interface
2.2.2.2 1 FULL/-00:00:35 199.99.1.2 Serial1/0
"Neighbor ID" indicates the route ID of the neighboring rout
OSPF Router ProtocolIGP protocol Link Status Protocol OSPF region structure problems in large OSPF networks the Shortest Path priority (SPF) algorithm frequently computes the route table large link status database (LSDB) the computing frequency of OSPFSPF after a large division is lower. The route table is smaller, whi
1. Start the OSPF protocol
To start the OSPF routing protocol on a CISCO router, two steps are generally required:1) Start the OSPF protocol process:Router (config) # router ospf 2) def
This article describes in detail how to improve OSPF security for Cisco routers. This article describes how to improve network security in terms of protocol analysis and router authentication solutions.
OSPF is also an open version of The Link Status Protocol. In practice, OSPF
using OSPF neighbor subcommands? are all shortest path priority algorithm (SPF) measures or default measures used when redistributing routes between OSPF processes? cisco How do I implement OSPF routing in a partial mesh frame relay network? which address wildcard mask pair should be used when assigning an unnumbere
OSPF applications-single-region and multi-region (CISCO) Single-region: 1. job Requirements! Three methods for injecting default Routes 2. Topology1. the device configuration is as follows: R1 (config) # int s1/0R1 (config-if) # ip add 192.168.1.1 255.255.255.0R1 (config-if) # no shutR1 (config-if) # int s1/1R1 (config-if) # ip add 192.168.3.1 255.255.255.0R1 (config-if) # no shutR1 (config) # line cons 0R1
RIP protocols can be configured in a more convenient way, but the limitations of RIP itself indicate that it is not suitable for medium to large networks. In contrast, OSPF is more complex to configure than RIP, but its functionality and performance are better than RIP.Configuration ideas1 Configure the physical interface address of the router Xia Lian switch and the physical interface address of the
Rip (CISCO) Case 2 of OSPF advanced applicationsCase 2:1. Job Requirements: Lt; 1 implement communication between networks running ospf and ripMethod: Route redistribution and injection default route Lt; 2 configure the peripheral area Lt; 3 configure the complete peripheral area2. Topology3. The device configuration is as follows:R1 (config) # line console 0R1 (
LSA1 (Router Link States)
R1 # show ip ospf database router view detailed information of Class 1 LSA in LSDB
1. Intra-Domain Routing, transmitted only in this region, does not pass through the ABR.
2. Each vro is generated.
3. including the direct connection neighbor of the vro and the information of the Direct Connection Network
Link ID:
It is very useful to know some knowledge about OSPF router protocols. Many people may not know the commands commonly used in OSPF router protocols and the explanations of some terms. It does not matter. After reading this article, you will certainly have a lot of GAINS, I hope this article will teach you more things.
A
-if) #exitSwitch (config) #ip routing// Enable routing featuresSwitch (config) #router OSPF 1 // creating an OSPF process 1Switch (Config-router) #network192.168.20.0 0.0.0.255 Area 1 // set subnet number and zone IDSwitch (config-router) #redistribute connected// Publish d
other settings and applications. For more information, see the Cisco site or Cisco Document or contact the Technical Support Center. ★Instance:Vro backup between 2511-1 and 2511-2 2511-1 Configuration2511-1 # sho runBuilding configuration... Current role atoin:!Version 11.3:No service password-encryption!Hostname 251l-l!Enable password cisco!User name 2505
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.